{% if customers %}
{% for customer in customers %}
{% if customer.user.is_staff %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
No Customers found! Search again!
{% endif %}